home *** CD-ROM | disk | FTP | other *** search
- -- card: 12445 from stack: in
- -- bmap block id: 12615
- -- flags: 0000
- -- background id: 5359
- -- name: Object Pascal Libraries 5
- ----- HyperTalk script -----
- on arrowKey direction
- if direction = "left" then
- visual scroll right
- go to prev card
- else if direction = "right" then
- visual dissolve slow
- go to card "Main Menu 1"
- else if direction = "up" then
- visual dissolve slow
- go to card "Main Menu 1"
- end if
- end arrowKey
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=457 top=303 right=326 bottom=482
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual scroll left
- go to next card
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=457 top=303 right=326 bottom=482
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve slow
- go to card "Main Menu 1"
- end mouseUp
-
-
-
- -- part contents for background part 5
- ----- text -----
- Object Pascal, C++, and Assembly
-
- -- part contents for background part 6
- ----- text -----
-
- Though MacApp‚Ñ¢ is written in Object Pascal, your application's custom code may be written in any combination of Object Pascal or Assembly Language.
-
- Future releases of MacApp will support a C++ interface.
-